SimpleModifierResult
Generic API response object with success or failure flag and related messages.
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
modifiedList |
List of item ID's that have been affected by the function call. The type of ID depends on the function. |
- |
string [ ] |
|
success |
Boolean showing success or failure result. |
- |
boolean |
|
errorMessage |
Error message in case of failure |
- |
string |